.footerDiv2 {
				width: 19%;
				margin: 0 auto;
				display: flex;
				justify-content: space-between;
				margin-top: 5%;
			}

			.footerDiv2>div {
				width: 145px;
				height: 145px;
				background: rgba(255, 255, 255, 0.23);
				display: flex;
				align-items: center;
				justify-content: center;
			}

			.footerDiv2>div img {
				width: 90%;
			}
			
			#footer2s{
				display: none;
			}

			.footerView {
				background: url('../img/11111.png') 100%;
				background-size: cover;
				padding-top: 1px;
			}
			
			.footerDiv4 {
				width: 100%;
				text-align: center;
				font-size: 16px;
				font-family: Microsoft YaHei;
				font-weight: 400;
				color: #FEFEFE;
				height: 90px;
				line-height: 90px;
				/* position: absolute;
				    bottom: 0;
				    height: 8vh; */
				/* line-height: 70px; */
				
				    /* display: flex; */
				    justify-content: center;
				    align-items: center;
				
			}
			.footerDiv4 img{
				margin-left: 3px;
				margin-right: 3px;
			}
			
		
			
			
			@media screen and (max-width: 968px) {
				/* 当屏幕宽度小于等于768px时应用的样式 */
				/* 适合移动设备 */
				
				#footer1s{
					display: none;
				}
				
				#footer2s{
					display: block;
				}
			
			
			.footerDiv4{
				height: auto;
				line-height: 3rem;
				margin-top: 2rem;
			}
			.footerDiv2{
				width: 80%;
			}
			.footerView{
				padding-top: 3rem;
			}
			
			}
			
			@media screen and (min-width: 769px) and (max-width: 1024px) {
				/* 当屏幕宽度在769px到1024px之间时应用的样式 */
				/* 适合平板设备 */
			}
			
			@media screen and (min-width: 1000px) and (max-width: 1400px) {
				/* 当屏幕宽度大于等于1025px时应用的样式 */
				/* 适合桌面设备 */
			
			
			
			}
			